In This Topic
Adds a
Row to this collection. The row is added to the end of the last table in the range.
Syntax
'Declaration
Public Overloads Function Add( _
ByVal ParamArray () As System.String _
) As Row
public Row Add(
params System.string[]
)
Parameters
- texts
- An array of row cell texts. The size of the array determines the number of cells in the row.
Return Value
See Also